home *** CD-ROM | disk | FTP | other *** search
/ FM Towns: Free Software Collection 4 / FM Towns Free Software Collection 4 - Disc 1.iso / msdos / css / csscom.h < prev    next >
Text File  |  1991-10-18  |  476b  |  26 lines

  1. #include <stdio.h>
  2. #include "cssrun.h"
  3.  
  4. #define  CON 1  /* カーソル ON */
  5. #define  ESC 0x1b
  6.  
  7. /*
  8.  css head file
  9. */
  10.  
  11. /*
  12.    終了時刻, システム時刻, 時間刻み幅, 終了時刻の逆数, 関数内部用変数
  13.    LTIME,    TIME,         DT,         _xamt,          _zx,            _zn
  14. */
  15.  
  16. extern int    _zn;
  17.  
  18. double TIME, DT, _xamt;
  19.  
  20. main()
  21. {
  22.    void    gopen(),gclose();
  23.    double  LTIME=0,_e=0;
  24.    int     _gtyp=0;
  25.    char    _titleS[80],_lprintS[6][32],_grapS[6][32]; 
  26.